Platform Explorer / Nuxeo Platform 6.0

Operation Document.Routing.Step.Done (Set Step Done)

Description

Set the step as done.
Operation id Document.Routing.Step.Done
Category Routing
Label Set Step Done
Requires
Since

Parameters

No parameters.

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.api.operation.StepDoneOperation
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "Document.Routing.Step.Done",
  "label" : "Set Step Done",
  "category" : "Routing",
  "requires" : null,
  "description" : "Set the step as done.",
  "url" : "Document.Routing.Step.Done",
  "signature" : [ "void", "void" ],
  "params" : [ ]
}